home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / postquel / notify < prev    next >
Encoding:
Text File  |  1992-08-27  |  782 b   |  29 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/notify,v 1.4 1992/07/14 05:54:17 ptong Exp $
  3. .SP "NOTIFY" COMMANDS 3/25/92
  4. .XA 2 "Notify"
  5. .uh NAME
  6. .lp
  7. notify \(em Signal all frontends and backends listening on a relation
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBnotify\fR relation_name
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. .b notify
  16. is used to awaken all backends and consequently all frontends
  17. listening on the relation
  18. .b relation_name.
  19.  
  20. This can be used either within a tuple level rule as part of the
  21. action body or from a normal query.  When used from within a normal
  22. query, this can be thought of as IPC.  When used from within a rule,
  23. this can be thought of as the alerter mechanism.
  24.  
  25. .uh "SEE ALSO"
  26. .lp
  27. definerule(commands), listen(commands), libpq.
  28. .uh BUGS
  29.